2. Introduction To Django

2.1. Why Django ?

2.1.1. Who uses Django?

Django is a framework to develop web applications that are scalable, robust and easy to maintain.

def isEven():
  print("I don't actually care about the logic!")